home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / easyk110.zip / DIALALT.OPT < prev    next >
Text File  |  1988-06-13  |  4KB  |  72 lines

  1.          DIALALT.OPT EasyK by R.A. Elnicki, DIS, CBA, Univ. of Florida  
  2.                          Copyright 1987 by R.A. Elnicki
  3.  
  4.   The following sets of lines are designed for DIAL.INI, lines 25 through 29.
  5. They include the "common" alternatives available to users in the Gainesville,
  6. FL, area.  The alternatives considered in the OUTPUT command that submits a 
  7. Hanes compatible "AT" command are the following.
  8.  
  9.   1. Phone number for desired baud rate: 392-9177 = 2400, 392-7450 = 1200.
  10.   2. "D" in ATMD for rotary phones and "DT" in ATMDT for for touch phones.
  11.   3. Ringing silent or muted, "M", in ATMD and ringing on with ATD.
  12.   4. Call-waiting disabled with "1170," on rotaries and "*70," on touch for
  13.      the duration of the call (necessary to avoid getting blown off!).
  14.   5. Calling from a number on the UF 392 exchange with "2-9177" or from 
  15.      another exchange with "392-9177".
  16.  
  17. A few of the common alternatives are included here (there are (2**5)*2 possible
  18. combinations).  The first is the set included in the original DIAL.INI.  The
  19. set closest to the user's requirements can be modified as required and copied
  20. to DIAL.INI after Lines 25-29.  The original Lines 25-29 must then be deleted.
  21.  
  22. 1 Original set in DIAL.INI:
  23.  
  24. ECHO \13\10Dialing the 2400 baud number 392-9177 on a rotary phone not on   ;25
  25. ECHO \13\10the UF 392 exchange with ringing muted and call-waiting disabled.;26
  26. PAUSE 0                                                                     ;27
  27. ECHO \13\10                                                                 ;28
  28. OUTPUT ATMD1170,392-9177\13                                                 ;29
  29.  
  30. 2 Original set with 1200 baud.  You must also change lines 5 and 6 as described
  31.   on those lines in DIAL.INI to choose 1200 baud.
  32.  
  33. ECHO \13\10Dialing the 1200 baud number 392-7450 on a rotary phone not on   ;25
  34. ECHO \13\10the UF 392 exchange with ringing muted and call-waiting disabled.;26
  35. PAUSE 0                                                                     ;27
  36. ECHO \13\10                                                                 ;28
  37. OUTPUT ATMD1170,392-7450\13                                                 ;29
  38.  
  39. 3 Original set with touch-tone phone:
  40.  
  41. ECHO \13\10Dialing the 2400 baud number 392-9177 on a touch  phone not on   ;25
  42. ECHO \13\10the UF 392 exchange with ringing muted and call-waiting disabled.;26
  43. PAUSE 0                                                                     ;27
  44. ECHO \13\10                                                                 ;28
  45. OUTPUT ATMDT*70,392-9177\13                                                 ;29
  46.  
  47.  
  48. 4 Original set with ringing on:
  49.  
  50. ECHO \13\10Dialing the 2400 baud number 392-9177 on a rotary phone not on   ;25
  51. ECHO \13\10the UF 392 exchange with ringing on and call-waiting disabled.   ;26
  52. PAUSE 0                                                                     ;27
  53. ECHO \13\10                                                                 ;28
  54. OUTPUT ATD1170,392-9177\13                                                  ;29
  55.  
  56. 5 Original set on a phone line without call waiting.
  57.  
  58. ECHO \13\10Dialing the 2400 baud number 392-9177 on a rotary phone not on   ;25
  59. ECHO \13\10the UF 392 exchange with ringing muted and no call waiting.      ;26
  60. PAUSE 0                                                                     ;27
  61. ECHO \13\10                                                                 ;28
  62. OUTPUT ATMD392-9177\13                                                      ;29
  63.  
  64. 6 Original set on a UF 392 phone line without call waiting.
  65.  
  66. ECHO \13\10Dialing the 2400 baud number 392-9177 on a rotary phone that is  ;25
  67. ECHO \13\10on the UF 392 exchange with ringing muted and no call-waiting.   ;26
  68. PAUSE 0                                                                     ;27
  69. ECHO \13\10                                                                 ;28
  70. OUTPUT ATMD2-9177\13                                                        ;29
  71.  
  72.